<style type="text/css">
 .commFl {background-color: #f5f5f4;
border-bottom-color: #d2c9b1;
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-color: #ded9ce;
border-right-style: solid;
border-right-width: 1px;
margin-bottom: 3px;
margin-top: 1px;
}
 .commFl:hover {background-color: #ddd8ce;
border-bottom-color: #ffffff;
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-color: #ffffff;
margin-bottom: 3px;
margin-top: 1px;
}
 
 .securityCode {background-color: #f5f5f4;
border-bottom-color: #d2c9b1;
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-color: #ded9ce;
border-right-style: solid;
border-right-width: 1px;
margin-bottom: 3px;
 margin-top: 1px;}
 
 .securityCode:hover {background-color: #ddd8ce;
border-bottom-color: #ffffff;
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-color: #ffffff;
margin-bottom: 3px;
margin-top: 1px;}
 
 .commSbmFl {background-color: #e9e8dc;
border-bottom-color: #bebba3;
border-bottom-right-radius: 7px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-top-left-radius: 7px;
color: #bebebe;
width: 200px;
}
 </style>

<table border="0" width="100%" cellspacing="1" cellpadding="2" class="commTable">
<tr><td class="commTd2" colspan="2">$ERROR$</td></tr>
<?if(!$USER_LOGGED_IN$)?>
<tr><td width="15%" class="commTd1" nowrap> *:</td><td class="commTd2"><input class="commFl" type="text" name="name" value="$NAME$" size="30" maxlength="60"></td></tr>
<tr><td class="commTd1">Email:</td><td class="commTd2"><input class="commFl" type="text" name="email" value="$EMAIL$" size="30" maxlength="60"></td></tr>
<?endif?>
<tr><td class="commTd2" colspan="2"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td valign="top"><textarea class="commFl" style="height:135px;" rows="8" name="message" id="message" cols="50">$MESSAGE$</textarea></td></tr></table></td></tr>
<?if($SUBSCRIBE$)?><tr><td width="15%" class="commTd1" nowrap>:</td><td class="commTd2">$SUBSCRIBE$</td></tr><?endif?>
<?if($SECURITY_CODE$)?><tr><td class="commTd1" nowrap> *:</td><td class="commTd2">$SECURITY_CODE$</td></tr><?endif?>
<tr><td class="commTd2" colspan="2" align="center"><input type="submit" class="commSbmFl" id="addcBut" name="submit" value="-   -"></td></tr></table>